home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMGOTO / TFRMGOTO.txt
Encoding:
Text File  |  2008-08-19  |  3.9 KB  |  189 lines

  1. object FrmGoto: TFrmGoto
  2.   Left = 489
  3.   Top = 308
  4.   BorderStyle = bsDialog
  5.   Caption = 'Go to'
  6.   ClientHeight = 148
  7.   ClientWidth = 376
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnDeactivate = FormDeactivate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 128
  25.     Top = 18
  26.     Width = 82
  27.     Height = 13
  28.     Caption = 'Enter new value:'
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'Tahoma'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object Label2: TLabel
  37.     Left = 11
  38.     Top = 18
  39.     Width = 57
  40.     Height = 13
  41.     Caption = 'Go to what:'
  42.     Font.Charset = ANSI_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'Tahoma'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object BtnOk: TButton
  50.     Left = 297
  51.     Top = 14
  52.     Width = 70
  53.     Height = 23
  54.     Caption = '&OK'
  55.     Default = True
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -11
  59.     Font.Name = 'Tahoma'
  60.     Font.Style = []
  61.     ModalResult = 1
  62.     ParentFont = False
  63.     TabOrder = 4
  64.     OnClick = BtnOkClick
  65.   end
  66.   object Button2: TButton
  67.     Left = 297
  68.     Top = 107
  69.     Width = 70
  70.     Height = 23
  71.     Cancel = True
  72.     Caption = '&Close'
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clWindowText
  75.     Font.Height = -11
  76.     Font.Name = 'Tahoma'
  77.     Font.Style = []
  78.     ModalResult = 2
  79.     ParentFont = False
  80.     TabOrder = 7
  81.     OnClick = Button2Click
  82.   end
  83.   object Edit1: TTntHistoryComboBox
  84.     Left = 128
  85.     Top = 37
  86.     Width = 153
  87.     Height = 21
  88.     AutoComplete = False
  89.     Font.Charset = DEFAULT_CHARSET
  90.     Font.Color = clWindowText
  91.     Font.Height = -11
  92.     Font.Name = 'Tahoma'
  93.     Font.Style = []
  94.     ItemHeight = 13
  95.     ParentFont = False
  96.     TabOrder = 0
  97.     OnChange = Edit1Change
  98.     OnKeyPress = Edit1KeyPress
  99.     Key = 'SOFTWARE\Carthago\TwistPad\Gotohst'
  100.     MaxHistoryLength = 20
  101.   end
  102.   object BtnNext: TButton
  103.     Left = 297
  104.     Top = 43
  105.     Width = 70
  106.     Height = 23
  107.     Cancel = True
  108.     Caption = '&Next'
  109.     Font.Charset = DEFAULT_CHARSET
  110.     Font.Color = clWindowText
  111.     Font.Height = -11
  112.     Font.Name = 'Tahoma'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     TabOrder = 5
  116.     OnClick = BtnOkClick
  117.   end
  118.   object BtnPrevious: TButton
  119.     Left = 297
  120.     Top = 75
  121.     Width = 70
  122.     Height = 23
  123.     Cancel = True
  124.     Caption = '&Previous'
  125.     Font.Charset = DEFAULT_CHARSET
  126.     Font.Color = clWindowText
  127.     Font.Height = -11
  128.     Font.Name = 'Tahoma'
  129.     Font.Style = []
  130.     ParentFont = False
  131.     TabOrder = 6
  132.     OnClick = BtnOkClick
  133.   end
  134.   object List: TListBox
  135.     Left = 11
  136.     Top = 37
  137.     Width = 105
  138.     Height = 97
  139.     ItemHeight = 13
  140.     Items.Strings = (
  141.       'Line'
  142.       'Column'
  143.       'Bookmark'
  144.       'Function'
  145.       'Modified Line'
  146.       'Search Highlight')
  147.     TabOrder = 1
  148.     OnClick = ListClick
  149.     OnDblClick = ListDblClick
  150.   end
  151.   object CheckBox1: TCheckBox
  152.     Left = 129
  153.     Top = 67
  154.     Width = 110
  155.     Height = 17
  156.     Caption = 'Extended selection'
  157.     Font.Charset = DEFAULT_CHARSET
  158.     Font.Color = clWindowText
  159.     Font.Height = -11
  160.     Font.Name = 'Tahoma'
  161.     Font.Style = []
  162.     ParentFont = False
  163.     TabOrder = 2
  164.   end
  165.   object CheckBoxPreview: TCheckBox
  166.     Left = 129
  167.     Top = 86
  168.     Width = 63
  169.     Height = 17
  170.     Caption = 'Preview'
  171.     Font.Charset = DEFAULT_CHARSET
  172.     Font.Color = clWindowText
  173.     Font.Height = -11
  174.     Font.Name = 'Tahoma'
  175.     Font.Style = []
  176.     ParentFont = False
  177.     TabOrder = 3
  178.     OnClick = CheckBoxPreviewClick
  179.   end
  180.   object FnpFormEnh1: TFnpFormEnh
  181.     StorageMode = SmFsIniFile
  182.     SavePosition = True
  183.     SaveSize = True
  184.     SubKey = '\Software\Carthago\TwistPad\windows'
  185.     Left = 250
  186.     Top = 112
  187.   end
  188. end
  189.